[INFO] fetching crate bradis 0.1.0...
[INFO] testing bradis-0.1.0 against try#b8e88e5ddf5521a9f43ee3f62a702388c713e4bb for pr-155114
[INFO] extracting crate bradis 0.1.0 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate bradis 0.1.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate bradis 0.1.0
[INFO] tweaked toml for crates.io crate bradis 0.1.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate bradis 0.1.0 on toolchain b8e88e5ddf5521a9f43ee3f62a702388c713e4bb
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate bradis 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 821a6e3baf8edfc4160d9d5f2601d5bc082e9dd727e2fbbfa8e4d59f840998b7
[INFO] running `Command { std: "docker" "start" "-a" "821a6e3baf8edfc4160d9d5f2601d5bc082e9dd727e2fbbfa8e4d59f840998b7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "821a6e3baf8edfc4160d9d5f2601d5bc082e9dd727e2fbbfa8e4d59f840998b7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "821a6e3baf8edfc4160d9d5f2601d5bc082e9dd727e2fbbfa8e4d59f840998b7", kill_on_drop: false }`
[INFO] [stdout] 821a6e3baf8edfc4160d9d5f2601d5bc082e9dd727e2fbbfa8e4d59f840998b7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0f853378c52d04814f17499a78af75f9d6b75de18314d1172ac8dd5f2f181854
[INFO] running `Command { std: "docker" "start" "-a" "0f853378c52d04814f17499a78af75f9d6b75de18314d1172ac8dd5f2f181854", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling unicode-ident v1.0.16
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]    Compiling semver v1.0.25
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]    Compiling logos-codegen v0.15.0
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling anyhow v1.0.95
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling beef v0.5.2
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling log v0.4.25
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling sptr v0.3.2
[INFO] [stderr]    Compiling bytes v1.9.0
[INFO] [stderr]    Compiling overload v0.1.1
[INFO] [stderr]    Compiling nu-ansi-term v0.46.0
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling thread_local v1.1.8
[INFO] [stderr]    Compiling ordered-float v4.6.0
[INFO] [stderr]    Compiling foldhash v0.1.4
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling seq-macro v0.3.5
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling triomphe v0.1.14
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling gc-arena-derive v0.5.3
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling tokio v1.43.0
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling logos-derive v0.15.0
[INFO] [stderr]    Compiling logos v0.15.0
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling gc-arena v0.5.3
[INFO] [stderr]    Compiling piccolo v0.3.3
[INFO] [stderr]    Compiling respite v0.3.7
[INFO] [stderr]    Compiling bradis v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/db/raw.rs:35:18
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub fn slice(&self, range: Range<usize>) -> RawSliceRef {
[INFO] [stdout]    |                  ^^^^^                          ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub fn slice(&self, range: Range<usize>) -> RawSliceRef<'_> {
[INFO] [stdout]    |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/db/value/hash.rs:85:23
[INFO] [stdout]    |
[INFO] [stdout] 85 |     pub fn get<'a, Q>(&self, key: &'a Q) -> Option<HashValue>
[INFO] [stdout]    |                       ^^^^^                        ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 85 |     pub fn get<'a, Q>(&self, key: &'a Q) -> Option<HashValue<'_>>
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/db/value/hash.rs:260:17
[INFO] [stdout]     |
[INFO] [stdout] 260 |     pub fn iter(&self) -> impl Iterator<Item = (HashKey, HashValue)> + '_ {
[INFO] [stdout]     |                 ^^^^^                           ^^^^^^^  ^^^^^^^^^     ^^ the same lifetime is elided here
[INFO] [stdout]     |                 |                               |        |
[INFO] [stdout]     |                 |                               |        the same lifetime is hidden here
[INFO] [stdout]     |                 |                               the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 260 |     pub fn iter(&self) -> impl Iterator<Item = (HashKey<'_>, HashValue<'_>)> + '_ {
[INFO] [stdout]     |                                                        ++++           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/db/value/hash.rs:268:17
[INFO] [stdout]     |
[INFO] [stdout] 268 |     pub fn keys(&self) -> impl Iterator<Item = HashKey> + '_ {
[INFO] [stdout]     |                 ^^^^^                          ^^^^^^^    ^^ the same lifetime is elided here
[INFO] [stdout]     |                 |                              |
[INFO] [stdout]     |                 |                              the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 268 |     pub fn keys(&self) -> impl Iterator<Item = HashKey<'_>> + '_ {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/db/value/hash.rs:276:19
[INFO] [stdout]     |
[INFO] [stdout] 276 |     pub fn values(&self) -> impl Iterator<Item = HashValue> + '_ {
[INFO] [stdout]     |                   ^^^^^                          ^^^^^^^^^    ^^ the same lifetime is elided here
[INFO] [stdout]     |                   |                              |
[INFO] [stdout]     |                   |                              the same lifetime is hidden here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 276 |     pub fn values(&self) -> impl Iterator<Item = HashValue<'_>> + '_ {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/db/value/list.rs:53:17
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub fn peek(&self, edge: Edge) -> Option<PackRef> {
[INFO] [stdout]    |                 ^^^^^                        ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub fn peek(&self, edge: Edge) -> Option<PackRef<'_>> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/db/value/set.rs:200:17
[INFO] [stdout]     |
[INFO] [stdout] 200 |     pub fn iter(&self) -> Iter {
[INFO] [stdout]     |                 ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 200 |     pub fn iter(&self) -> Iter<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/db/value/sorted_set.rs:211:18
[INFO] [stdout]     |
[INFO] [stdout] 211 |     pub fn range(&self, range: Range<usize>) -> impl ExactSizeIterator<Item = (f64, SortedSetRef)> {
[INFO] [stdout]     |                  ^^^^^ the lifetime is elided here                                  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 211 |     pub fn range(&self, range: Range<usize>) -> impl ExactSizeIterator<Item = (f64, SortedSetRef<'_>)> {
[INFO] [stdout]     |                                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/db/value/sorted_set.rs:219:9
[INFO] [stdout]     |
[INFO] [stdout] 219 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 220 |         range: Range<usize>,
[INFO] [stdout] 221 |     ) -> impl ExactSizeIterator<Item = (f64, SortedSetRef)> {
[INFO] [stdout]     |                                              ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 221 |     ) -> impl ExactSizeIterator<Item = (f64, SortedSetRef<'_>)> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/linked_list.rs:156:17
[INFO] [stdout]     |
[INFO] [stdout] 156 |     pub fn iter(&self) -> Iter<T> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 156 |     pub fn iter(&self) -> Iter<'_, T> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pack.rs:109:13
[INFO] [stdout]     |
[INFO] [stdout] 109 |     fn read(&self, offset: usize) -> Option<(PackRef, usize)> {
[INFO] [stdout]     |             ^^^^^                            ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |             |
[INFO] [stdout]     |             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 109 |     fn read(&self, offset: usize) -> Option<(PackRef<'_>, usize)> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pack.rs:176:17
[INFO] [stdout]     |
[INFO] [stdout] 176 |     fn read_rev(&self, mut offset: usize) -> Option<(PackRef, usize)> {
[INFO] [stdout]     |                 ^^^^^ the lifetime is elided here    ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 176 |     fn read_rev(&self, mut offset: usize) -> Option<(PackRef<'_>, usize)> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pack.rs:196:17
[INFO] [stdout]     |
[INFO] [stdout] 196 |     pub fn iter(&self) -> Iter {
[INFO] [stdout]     |                 ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 196 |     pub fn iter(&self) -> Iter<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/pack/list.rs:70:17
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub fn peek(&self, edge: Edge) -> Option<PackRef> {
[INFO] [stdout]    |                 ^^^^^                        ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub fn peek(&self, edge: Edge) -> Option<PackRef<'_>> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pack/list.rs:192:17
[INFO] [stdout]     |
[INFO] [stdout] 192 |     pub fn iter(&self) -> PackIter {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 192 |     pub fn iter(&self) -> PackIter<'_> {
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pack/list.rs:197:22
[INFO] [stdout]     |
[INFO] [stdout] 197 |     pub fn iter_from(&self, edge: Edge) -> Reversible<PackIter> {
[INFO] [stdout]     |                      ^^^^^                            ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 197 |     pub fn iter_from(&self, edge: Edge) -> Reversible<PackIter<'_>> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/pack/map.rs:38:19
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fn get<K>(&self, key: &K) -> Option<PackRef>
[INFO] [stdout]    |                   ^^^^^                     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fn get<K>(&self, key: &K) -> Option<PackRef<'_>>
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/pack/map.rs:85:17
[INFO] [stdout]    |
[INFO] [stdout] 85 |     pub fn iter(&self) -> Iter {
[INFO] [stdout]    |                 ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 85 |     pub fn iter(&self) -> Iter<'_> {
[INFO] [stdout]    |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/pack/map.rs:90:17
[INFO] [stdout]    |
[INFO] [stdout] 90 |     pub fn keys(&self) -> impl Iterator<Item = PackRef> + '_ {
[INFO] [stdout]    |                 ^^^^^                          ^^^^^^^    ^^ the same lifetime is elided here
[INFO] [stdout]    |                 |                              |
[INFO] [stdout]    |                 |                              the same lifetime is hidden here
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 90 |     pub fn keys(&self) -> impl Iterator<Item = PackRef<'_>> + '_ {
[INFO] [stdout]    |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/pack/map.rs:95:19
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub fn values(&self) -> impl Iterator<Item = PackRef> + '_ {
[INFO] [stdout]    |                   ^^^^^                          ^^^^^^^    ^^ the same lifetime is elided here
[INFO] [stdout]    |                   |                              |
[INFO] [stdout]    |                   |                              the same lifetime is hidden here
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub fn values(&self) -> impl Iterator<Item = PackRef<'_>> + '_ {
[INFO] [stdout]    |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/pack/set.rs:82:17
[INFO] [stdout]    |
[INFO] [stdout] 82 |     pub fn iter(&self) -> PackIter {
[INFO] [stdout]    |                 ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 82 |     pub fn iter(&self) -> PackIter<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/pack/sorted_set.rs:28:17
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub fn iter(&self) -> Iter {
[INFO] [stdout]    |                 ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub fn iter(&self) -> Iter<'_> {
[INFO] [stdout]    |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/pack/sorted_set.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 39 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 40 |         range: Range<usize>,
[INFO] [stdout] 41 |     ) -> impl ExactSizeIterator<Item = (f64, PackRef)> + DoubleEndedIterator {
[INFO] [stdout]    |                                              ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 41 |     ) -> impl ExactSizeIterator<Item = (f64, PackRef<'_>)> + DoubleEndedIterator {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/pack/sorted_set.rs:47:22
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub fn rev_range(&self, range: Range<usize>) -> impl ExactSizeIterator<Item = (f64, PackRef)> {
[INFO] [stdout]    |                      ^^^^^ the lifetime is elided here                                  ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub fn rev_range(&self, range: Range<usize>) -> impl ExactSizeIterator<Item = (f64, PackRef<'_>)> {
[INFO] [stdout]    |                                                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/pack/sorted_set.rs:52:27
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub fn range_score<R>(&self, bounds: &R) -> Iter
[INFO] [stdout]    |                           ^^^^^                 ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub fn range_score<R>(&self, bounds: &R) -> Iter<'_>
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/pack/sorted_set.rs:76:31
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub fn rev_range_score<R>(&self, bounds: &R) -> impl ExactSizeIterator<Item = (f64, PackRef)>
[INFO] [stdout]    |                               ^^^^^ the lifetime is elided here                         ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub fn rev_range_score<R>(&self, bounds: &R) -> impl ExactSizeIterator<Item = (f64, PackRef<'_>)>
[INFO] [stdout]    |                                                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/quicklist.rs:86:17
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub fn peek(&self, edge: Edge) -> Option<PackRef> {
[INFO] [stdout]    |                 ^^^^^                        ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub fn peek(&self, edge: Edge) -> Option<PackRef<'_>> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/quicklist.rs:126:17
[INFO] [stdout]     |
[INFO] [stdout] 126 |     pub fn iter(&self) -> Iter {
[INFO] [stdout]     |                 ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 126 |     pub fn iter(&self) -> Iter<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/quicklist.rs:135:22
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub fn iter_from(&self, edge: Edge) -> Reversible<Iter> {
[INFO] [stdout]     |                      ^^^^^                            ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub fn iter_from(&self, edge: Edge) -> Reversible<Iter<'_>> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/skiplist.rs:542:17
[INFO] [stdout]     |
[INFO] [stdout] 542 |     pub fn iter(&self) -> Iter {
[INFO] [stdout]     |                 ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 542 |     pub fn iter(&self) -> Iter<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/skiplist.rs:547:21
[INFO] [stdout]     |
[INFO] [stdout] 547 |     pub fn iter_rev(&self) -> Iter {
[INFO] [stdout]     |                     ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 547 |     pub fn iter_rev(&self) -> Iter<'_> {
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/skiplist.rs:552:18
[INFO] [stdout]     |
[INFO] [stdout] 552 |     pub fn range(&self, range: Range<usize>) -> Iter {
[INFO] [stdout]     |                  ^^^^^                          ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 552 |     pub fn range(&self, range: Range<usize>) -> Iter<'_> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/skiplist.rs:559:22
[INFO] [stdout]     |
[INFO] [stdout] 559 |     pub fn rev_range(&self, range: Range<usize>) -> Iter {
[INFO] [stdout]     |                      ^^^^^                          ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 559 |     pub fn rev_range(&self, range: Range<usize>) -> Iter<'_> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/skiplist.rs:566:27
[INFO] [stdout]     |
[INFO] [stdout] 566 |     pub fn range_score<R>(&self, bounds: &R) -> Iter
[INFO] [stdout]     |                           ^^^^^                 ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 566 |     pub fn range_score<R>(&self, bounds: &R) -> Iter<'_>
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/skiplist.rs:579:31
[INFO] [stdout]     |
[INFO] [stdout] 579 |     pub fn rev_range_score<R>(&self, bounds: &R) -> Iter
[INFO] [stdout]     |                               ^^^^^                 ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 579 |     pub fn rev_range_score<R>(&self, bounds: &R) -> Iter<'_>
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.92s
[INFO] running `Command { std: "docker" "inspect" "0f853378c52d04814f17499a78af75f9d6b75de18314d1172ac8dd5f2f181854", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0f853378c52d04814f17499a78af75f9d6b75de18314d1172ac8dd5f2f181854", kill_on_drop: false }`
[INFO] [stdout] 0f853378c52d04814f17499a78af75f9d6b75de18314d1172ac8dd5f2f181854
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6e10ef4b75beba876c89c52d216fcb6a9f879fcd2d075f54296810bf91ae5460
[INFO] running `Command { std: "docker" "start" "-a" "6e10ef4b75beba876c89c52d216fcb6a9f879fcd2d075f54296810bf91ae5460", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]    Compiling itoa v1.0.14
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling unicode-width v0.1.11
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling ryu v1.0.19
[INFO] [stderr]    Compiling iana-time-zone v0.1.61
[INFO] [stderr]    Compiling pure-rust-locales v0.8.1
[INFO] [stderr]    Compiling indexmap v2.7.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling adler2 v2.0.0
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling miniz_oxide v0.8.3
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling thiserror v2.0.11
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling crc32fast v1.4.2
[INFO] [stderr]    Compiling serde_json v1.0.138
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling flate2 v1.0.35
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling unicase v2.8.1
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling nu-ansi-term v0.50.1
[INFO] [stderr]    Compiling signal-hook-mio v0.2.4
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling vte v0.14.1
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling typeid v1.0.2
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling rust_decimal v1.36.0
[INFO] [stderr]    Compiling gimli v0.31.1
[INFO] [stderr]    Compiling cc v1.2.10
[INFO] [stderr]    Compiling strip-ansi-escapes v0.2.1
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling pkg-config v0.3.31
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling rustc-demangle v0.1.24
[INFO] [stderr]    Compiling procfs v0.17.0
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling owo-colors v4.1.0
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling lscolors v0.17.0
[INFO] [stderr]    Compiling num-format v0.4.4
[INFO] [stderr]    Compiling addr2line v0.24.2
[INFO] [stderr]    Compiling fancy-regex v0.14.0
[INFO] [stderr]    Compiling is_ci v1.2.0
[INFO] [stderr]    Compiling sys-locale v0.3.2
[INFO] [stderr]    Compiling unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling supports-color v3.0.2
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling thiserror-impl v2.0.11
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling zerofrom-derive v0.1.5
[INFO] [stderr]    Compiling backtrace v0.3.74
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling pwd v1.4.0
[INFO] [stderr]    Compiling backtrace-ext v0.2.1
[INFO] [stderr]    Compiling sysinfo v0.32.1
[INFO] [stderr]    Compiling textwrap v0.16.1
[INFO] [stderr]    Compiling typetag-impl v0.2.19
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling miette-derive v7.4.0
[INFO] [stderr]    Compiling zerofrom v0.1.5
[INFO] [stderr]    Compiling yoke v0.7.5
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling anstyle-parse v0.2.6
[INFO] [stderr]    Compiling supports-unicode v3.0.0
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.1
[INFO] [stderr]    Compiling colorchoice v1.0.3
[INFO] [stderr]    Compiling anstyle v1.0.10
[INFO] [stderr]    Compiling supports-hyperlinks v3.1.0
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]    Compiling inventory v0.3.17
[INFO] [stderr]    Compiling anstyle-query v1.1.2
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling utf8-width v0.1.7
[INFO] [stderr]    Compiling anstream v0.6.18
[INFO] [stderr]    Compiling zerovec v0.10.4
[INFO] [stderr]    Compiling byte-unit v5.1.6
[INFO] [stderr]    Compiling nu-path v0.101.0
[INFO] [stderr]    Compiling nu-derive-value v0.101.0
[INFO] [stderr]    Compiling os_pipe v1.2.1
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling clap_lex v0.7.4
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling number_prefix v0.4.0
[INFO] [stderr]    Compiling nu-glob v0.101.0
[INFO] [stderr]    Compiling uuhelp_parser v0.0.29
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling uucore_procs v0.0.29
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling os_display v0.1.3
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling writeable v0.5.5
[INFO] [stderr]    Compiling wild v2.2.1
[INFO] [stderr]    Compiling glob v0.3.2
[INFO] [stderr]    Compiling litemap v0.7.4
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.34
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling icu_locid v1.5.0
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling icu_provider v1.5.0
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]    Compiling openssl-sys v0.9.104
[INFO] [stderr]    Compiling bytesize v1.3.0
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling icu_locid_transform_data v1.5.0
[INFO] [stderr]    Compiling icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling deranged v0.3.11
[INFO] [stderr]    Compiling icu_collections v1.5.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling vte_generate_state_changes v0.1.2
[INFO] [stderr]    Compiling bitflags v2.8.0
[INFO] [stderr]    Compiling chrono v0.4.39
[INFO] [stderr]    Compiling erased-serde v0.4.5
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]    Compiling icu_properties_data v1.5.0
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling arrayvec v0.5.2
[INFO] [stderr]    Compiling typetag v0.2.19
[INFO] [stderr]    Compiling getrandom v0.3.1
[INFO] [stderr]    Compiling num_threads v0.1.7
[INFO] [stderr]    Compiling unicode-width v0.2.0
[INFO] [stderr]    Compiling vte v0.10.1
[INFO] [stderr]    Compiling procfs-core v0.17.0
[INFO] [stderr]    Compiling chrono-humanize v0.2.3
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling icu_properties v1.5.1
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling utf16_iter v1.0.5
[INFO] [stderr]    Compiling portable-atomic v1.10.0
[INFO] [stderr]    Compiling icu_normalizer_data v1.5.0
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling write16 v1.0.0
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling pest v2.7.15
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.1
[INFO] [stderr]    Compiling nu-json v0.101.0
[INFO] [stderr]    Compiling ansitok v0.2.0
[INFO] [stderr]    Compiling terminal_size v0.4.1
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling miette v7.4.0
[INFO] [stderr]    Compiling clap_builder v4.5.27
[INFO] [stderr]    Compiling xattr v1.4.0
[INFO] [stderr]    Compiling icu_normalizer v1.5.0
[INFO] [stderr]    Compiling console v0.15.10
[INFO] [stderr]    Compiling nu-utils v0.101.0
[INFO] [stderr]    Compiling nu-system v0.101.0
[INFO] [stderr]    Compiling nu-protocol v0.101.0
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling libsqlite3-sys v0.28.0
[INFO] [stderr]    Compiling filetime v0.2.25
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling rustversion v1.0.19
[INFO] [stderr]    Compiling openssl v0.10.69
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling is_debug v1.0.2
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling time v0.3.37
[INFO] [stderr]    Compiling idna_adapter v1.2.0
[INFO] [stderr]    Compiling pest_meta v2.7.15
[INFO] [stderr]    Compiling tempfile v3.16.0
[INFO] [stderr]    Compiling clap v4.5.27
[INFO] [stderr]    Compiling uucore v0.0.29
[INFO] [stderr]    Compiling ansi-str v0.8.0
[INFO] [stderr]    Compiling chrono-tz-build v0.4.0
[INFO] [stderr]    Compiling const_format v0.2.34
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling bytecount v0.6.8
[INFO] [stderr]    Compiling lockfree-object-pool v0.1.6
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling zip v2.2.2
[INFO] [stderr]    Compiling native-tls v0.2.13
[INFO] [stderr]    Compiling v_htmlescape v0.15.8
[INFO] [stderr]    Compiling bumpalo v3.17.0
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling alloc-no-stdlib v2.0.4
[INFO] [stderr]    Compiling simd-adler32 v0.3.7
[INFO] [stderr]    Compiling alloc-stdlib v0.2.2
[INFO] [stderr]    Compiling inotify v0.9.6
[INFO] [stderr]    Compiling papergrid v0.12.0
[INFO] [stderr]    Compiling logos-codegen v0.15.0
[INFO] [stderr]    Compiling zopfli v0.8.1
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]    Compiling indicatif v0.17.11
[INFO] [stderr]    Compiling oem_cp v2.0.0
[INFO] [stderr]    Compiling shadow-rs v0.37.0
[INFO] [stderr]    Compiling chrono-tz v0.10.1
[INFO] [stderr]    Compiling pest_generator v2.7.15
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling rust-embed-utils v8.5.0
[INFO] [stderr]    Compiling fuzzy-matcher v0.3.7
[INFO] [stderr]    Compiling hashlink v0.9.1
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling serde_spanned v0.6.8
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling gc-arena-derive v0.5.3
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling uuid v1.12.1
[INFO] [stderr]    Compiling crossbeam-channel v0.5.14
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling is-docker v0.2.0
[INFO] [stderr]    Compiling fallible-streaming-iterator v0.1.9
[INFO] [stderr]    Compiling fallible-iterator v0.3.0
[INFO] [stderr]    Compiling winnow v0.6.25
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling env_home v0.1.0
[INFO] [stderr]    Compiling openssl-probe v0.1.6
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling gc-arena v0.5.3
[INFO] [stderr]    Compiling which v7.0.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling notify v6.1.1
[INFO] [stderr]    Compiling is-wsl v0.4.0
[INFO] [stderr]    Compiling tokio v1.43.0
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling rust-embed-impl v8.5.0
[INFO] [stderr]    Compiling toml_edit v0.22.22
[INFO] [stderr]    Compiling pest_derive v2.7.15
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling nu-engine v0.101.0
[INFO] [stderr]    Compiling rusqlite v0.31.0
[INFO] [stderr]    Compiling nu-cmd-lang v0.101.0
[INFO] [stderr]    Compiling logos-derive v0.15.0
[INFO] [stderr]    Compiling tabled v0.16.0
[INFO] [stderr]    Compiling nu-parser v0.101.0
[INFO] [stderr]    Compiling nu-color-config v0.101.0
[INFO] [stderr]    Compiling brotli-decompressor v4.0.2
[INFO] [stderr]    Compiling parse_datetime v0.6.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling fd-lock v4.0.2
[INFO] [stderr]    Compiling nu-cmd-base v0.101.0
[INFO] [stderr]    Compiling codepage v0.1.2
[INFO] [stderr]    Compiling quick-xml v0.31.0
[INFO] [stderr]    Compiling triomphe v0.1.14
[INFO] [stderr]    Compiling pori v0.0.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling nu-pretty-hex v0.101.0
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling platform-info v2.0.5
[INFO] [stderr]    Compiling wait-timeout v0.2.0
[INFO] [stderr]    Compiling ordered-float v4.6.0
[INFO] [stderr]    Compiling csv-core v0.1.11
[INFO] [stderr]    Compiling quick-error v2.0.1
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling shell-words v1.1.0
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling pathdiff v0.2.3
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling file-id v0.2.2
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling rusty-fork v0.3.0
[INFO] [stderr]    Compiling reedline v0.38.0
[INFO] [stderr]    Compiling ureq v2.12.1
[INFO] [stderr]    Compiling wax v0.6.0
[INFO] [stderr]    Compiling notify-debouncer-full v0.3.2
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling open v5.3.2
[INFO] [stderr]    Compiling uu_mv v0.0.28
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling dialoguer v0.11.0
[INFO] [stderr]    Compiling uu_cp v0.0.28
[INFO] [stderr]    Compiling csv v1.3.1
[INFO] [stderr]    Compiling respite v0.3.7
[INFO] [stderr]    Compiling uu_uname v0.0.28
[INFO] [stderr]    Compiling tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling calamine v0.26.1
[INFO] [stderr]    Compiling uu_touch v0.0.28
[INFO] [stderr]    Compiling nuon v0.101.0
[INFO] [stderr]    Compiling rmp v0.8.14
[INFO] [stderr]    Compiling brotli v6.0.0
[INFO] [stderr]    Compiling nu-table v0.101.0
[INFO] [stderr]    Compiling piccolo v0.3.3
[INFO] [stderr]    Compiling toml v0.8.19
[INFO] [stderr]    Compiling logos v0.15.0
[INFO] [stderr]    Compiling multipart-rs v0.1.13
[INFO] [stderr]    Compiling human-date-parser v0.2.0
[INFO] [stderr]    Compiling rust-embed v8.5.0
[INFO] [stderr]    Compiling print-positions v0.6.1
[INFO] [stderr]    Compiling uu_mktemp v0.0.28
[INFO] [stderr]    Compiling uu_mkdir v0.0.28
[INFO] [stderr]    Compiling uu_whoami v0.0.28
[INFO] [stderr]    Compiling uucore v0.0.28
[INFO] [stderr]    Compiling titlecase v3.3.0
[INFO] [stderr]    Compiling nu-term-grid v0.101.0
[INFO] [stderr]    Compiling chardetng v0.1.17
[INFO] [stderr]    Compiling dtparse v2.0.1
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling rand_xorshift v0.3.0
[INFO] [stderr]    Compiling umask v2.1.0
[INFO] [stderr]    Compiling quick-xml v0.37.2
[INFO] [stderr]    Compiling filesize v0.2.0
[INFO] [stderr]    Compiling bracoxide v0.1.4
[INFO] [stderr]    Compiling alphanumeric-sort v1.5.3
[INFO] [stderr]    Compiling roxmltree v0.20.0
[INFO] [stderr]    Compiling data-encoding v2.7.0
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling is_executable v1.0.4
[INFO] [stderr]    Compiling proptest v1.6.0
[INFO] [stderr]    Compiling nu-cli v0.101.0
[INFO] [stderr]    Compiling nu-cmd-extra v0.101.0
[INFO] [stderr]    Compiling nu-std v0.101.0
[INFO] [stderr]    Compiling bradis v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling nu-command v0.101.0
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/db/raw.rs:35:18
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub fn slice(&self, range: Range<usize>) -> RawSliceRef {
[INFO] [stdout]    |                  ^^^^^                          ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub fn slice(&self, range: Range<usize>) -> RawSliceRef<'_> {
[INFO] [stdout]    |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/db/value/hash.rs:85:23
[INFO] [stdout]    |
[INFO] [stdout] 85 |     pub fn get<'a, Q>(&self, key: &'a Q) -> Option<HashValue>
[INFO] [stdout]    |                       ^^^^^                        ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 85 |     pub fn get<'a, Q>(&self, key: &'a Q) -> Option<HashValue<'_>>
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/db/value/hash.rs:260:17
[INFO] [stdout]     |
[INFO] [stdout] 260 |     pub fn iter(&self) -> impl Iterator<Item = (HashKey, HashValue)> + '_ {
[INFO] [stdout]     |                 ^^^^^                           ^^^^^^^  ^^^^^^^^^     ^^ the same lifetime is elided here
[INFO] [stdout]     |                 |                               |        |
[INFO] [stdout]     |                 |                               |        the same lifetime is hidden here
[INFO] [stdout]     |                 |                               the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 260 |     pub fn iter(&self) -> impl Iterator<Item = (HashKey<'_>, HashValue<'_>)> + '_ {
[INFO] [stdout]     |                                                        ++++           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/db/value/hash.rs:268:17
[INFO] [stdout]     |
[INFO] [stdout] 268 |     pub fn keys(&self) -> impl Iterator<Item = HashKey> + '_ {
[INFO] [stdout]     |                 ^^^^^                          ^^^^^^^    ^^ the same lifetime is elided here
[INFO] [stdout]     |                 |                              |
[INFO] [stdout]     |                 |                              the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 268 |     pub fn keys(&self) -> impl Iterator<Item = HashKey<'_>> + '_ {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/db/value/hash.rs:276:19
[INFO] [stdout]     |
[INFO] [stdout] 276 |     pub fn values(&self) -> impl Iterator<Item = HashValue> + '_ {
[INFO] [stdout]     |                   ^^^^^                          ^^^^^^^^^    ^^ the same lifetime is elided here
[INFO] [stdout]     |                   |                              |
[INFO] [stdout]     |                   |                              the same lifetime is hidden here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 276 |     pub fn values(&self) -> impl Iterator<Item = HashValue<'_>> + '_ {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/db/value/list.rs:53:17
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub fn peek(&self, edge: Edge) -> Option<PackRef> {
[INFO] [stdout]    |                 ^^^^^                        ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub fn peek(&self, edge: Edge) -> Option<PackRef<'_>> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/db/value/set.rs:200:17
[INFO] [stdout]     |
[INFO] [stdout] 200 |     pub fn iter(&self) -> Iter {
[INFO] [stdout]     |                 ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 200 |     pub fn iter(&self) -> Iter<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/db/value/sorted_set.rs:211:18
[INFO] [stdout]     |
[INFO] [stdout] 211 |     pub fn range(&self, range: Range<usize>) -> impl ExactSizeIterator<Item = (f64, SortedSetRef)> {
[INFO] [stdout]     |                  ^^^^^ the lifetime is elided here                                  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 211 |     pub fn range(&self, range: Range<usize>) -> impl ExactSizeIterator<Item = (f64, SortedSetRef<'_>)> {
[INFO] [stdout]     |                                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/db/value/sorted_set.rs:219:9
[INFO] [stdout]     |
[INFO] [stdout] 219 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 220 |         range: Range<usize>,
[INFO] [stdout] 221 |     ) -> impl ExactSizeIterator<Item = (f64, SortedSetRef)> {
[INFO] [stdout]     |                                              ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 221 |     ) -> impl ExactSizeIterator<Item = (f64, SortedSetRef<'_>)> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/linked_list.rs:156:17
[INFO] [stdout]     |
[INFO] [stdout] 156 |     pub fn iter(&self) -> Iter<T> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 156 |     pub fn iter(&self) -> Iter<'_, T> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pack.rs:109:13
[INFO] [stdout]     |
[INFO] [stdout] 109 |     fn read(&self, offset: usize) -> Option<(PackRef, usize)> {
[INFO] [stdout]     |             ^^^^^                            ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |             |
[INFO] [stdout]     |             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 109 |     fn read(&self, offset: usize) -> Option<(PackRef<'_>, usize)> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pack.rs:176:17
[INFO] [stdout]     |
[INFO] [stdout] 176 |     fn read_rev(&self, mut offset: usize) -> Option<(PackRef, usize)> {
[INFO] [stdout]     |                 ^^^^^ the lifetime is elided here    ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 176 |     fn read_rev(&self, mut offset: usize) -> Option<(PackRef<'_>, usize)> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pack.rs:196:17
[INFO] [stdout]     |
[INFO] [stdout] 196 |     pub fn iter(&self) -> Iter {
[INFO] [stdout]     |                 ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 196 |     pub fn iter(&self) -> Iter<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/pack/list.rs:70:17
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub fn peek(&self, edge: Edge) -> Option<PackRef> {
[INFO] [stdout]    |                 ^^^^^                        ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub fn peek(&self, edge: Edge) -> Option<PackRef<'_>> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pack/list.rs:192:17
[INFO] [stdout]     |
[INFO] [stdout] 192 |     pub fn iter(&self) -> PackIter {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 192 |     pub fn iter(&self) -> PackIter<'_> {
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pack/list.rs:197:22
[INFO] [stdout]     |
[INFO] [stdout] 197 |     pub fn iter_from(&self, edge: Edge) -> Reversible<PackIter> {
[INFO] [stdout]     |                      ^^^^^                            ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 197 |     pub fn iter_from(&self, edge: Edge) -> Reversible<PackIter<'_>> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/pack/map.rs:38:19
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fn get<K>(&self, key: &K) -> Option<PackRef>
[INFO] [stdout]    |                   ^^^^^                     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fn get<K>(&self, key: &K) -> Option<PackRef<'_>>
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/pack/map.rs:85:17
[INFO] [stdout]    |
[INFO] [stdout] 85 |     pub fn iter(&self) -> Iter {
[INFO] [stdout]    |                 ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 85 |     pub fn iter(&self) -> Iter<'_> {
[INFO] [stdout]    |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/pack/map.rs:90:17
[INFO] [stdout]    |
[INFO] [stdout] 90 |     pub fn keys(&self) -> impl Iterator<Item = PackRef> + '_ {
[INFO] [stdout]    |                 ^^^^^                          ^^^^^^^    ^^ the same lifetime is elided here
[INFO] [stdout]    |                 |                              |
[INFO] [stdout]    |                 |                              the same lifetime is hidden here
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 90 |     pub fn keys(&self) -> impl Iterator<Item = PackRef<'_>> + '_ {
[INFO] [stdout]    |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/pack/map.rs:95:19
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub fn values(&self) -> impl Iterator<Item = PackRef> + '_ {
[INFO] [stdout]    |                   ^^^^^                          ^^^^^^^    ^^ the same lifetime is elided here
[INFO] [stdout]    |                   |                              |
[INFO] [stdout]    |                   |                              the same lifetime is hidden here
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub fn values(&self) -> impl Iterator<Item = PackRef<'_>> + '_ {
[INFO] [stdout]    |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/pack/set.rs:82:17
[INFO] [stdout]    |
[INFO] [stdout] 82 |     pub fn iter(&self) -> PackIter {
[INFO] [stdout]    |                 ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 82 |     pub fn iter(&self) -> PackIter<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/pack/sorted_set.rs:28:17
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub fn iter(&self) -> Iter {
[INFO] [stdout]    |                 ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub fn iter(&self) -> Iter<'_> {
[INFO] [stdout]    |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/pack/sorted_set.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 39 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 40 |         range: Range<usize>,
[INFO] [stdout] 41 |     ) -> impl ExactSizeIterator<Item = (f64, PackRef)> + DoubleEndedIterator {
[INFO] [stdout]    |                                              ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 41 |     ) -> impl ExactSizeIterator<Item = (f64, PackRef<'_>)> + DoubleEndedIterator {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/pack/sorted_set.rs:47:22
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub fn rev_range(&self, range: Range<usize>) -> impl ExactSizeIterator<Item = (f64, PackRef)> {
[INFO] [stdout]    |                      ^^^^^ the lifetime is elided here                                  ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub fn rev_range(&self, range: Range<usize>) -> impl ExactSizeIterator<Item = (f64, PackRef<'_>)> {
[INFO] [stdout]    |                                                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/pack/sorted_set.rs:52:27
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub fn range_score<R>(&self, bounds: &R) -> Iter
[INFO] [stdout]    |                           ^^^^^                 ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub fn range_score<R>(&self, bounds: &R) -> Iter<'_>
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/pack/sorted_set.rs:76:31
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub fn rev_range_score<R>(&self, bounds: &R) -> impl ExactSizeIterator<Item = (f64, PackRef)>
[INFO] [stdout]    |                               ^^^^^ the lifetime is elided here                         ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub fn rev_range_score<R>(&self, bounds: &R) -> impl ExactSizeIterator<Item = (f64, PackRef<'_>)>
[INFO] [stdout]    |                                                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/quicklist.rs:86:17
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub fn peek(&self, edge: Edge) -> Option<PackRef> {
[INFO] [stdout]    |                 ^^^^^                        ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub fn peek(&self, edge: Edge) -> Option<PackRef<'_>> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/quicklist.rs:126:17
[INFO] [stdout]     |
[INFO] [stdout] 126 |     pub fn iter(&self) -> Iter {
[INFO] [stdout]     |                 ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 126 |     pub fn iter(&self) -> Iter<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/quicklist.rs:135:22
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub fn iter_from(&self, edge: Edge) -> Reversible<Iter> {
[INFO] [stdout]     |                      ^^^^^                            ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub fn iter_from(&self, edge: Edge) -> Reversible<Iter<'_>> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/skiplist.rs:542:17
[INFO] [stdout]     |
[INFO] [stdout] 542 |     pub fn iter(&self) -> Iter {
[INFO] [stdout]     |                 ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 542 |     pub fn iter(&self) -> Iter<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/skiplist.rs:547:21
[INFO] [stdout]     |
[INFO] [stdout] 547 |     pub fn iter_rev(&self) -> Iter {
[INFO] [stdout]     |                     ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 547 |     pub fn iter_rev(&self) -> Iter<'_> {
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/skiplist.rs:552:18
[INFO] [stdout]     |
[INFO] [stdout] 552 |     pub fn range(&self, range: Range<usize>) -> Iter {
[INFO] [stdout]     |                  ^^^^^                          ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 552 |     pub fn range(&self, range: Range<usize>) -> Iter<'_> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/skiplist.rs:559:22
[INFO] [stdout]     |
[INFO] [stdout] 559 |     pub fn rev_range(&self, range: Range<usize>) -> Iter {
[INFO] [stdout]     |                      ^^^^^                          ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 559 |     pub fn rev_range(&self, range: Range<usize>) -> Iter<'_> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/skiplist.rs:566:27
[INFO] [stdout]     |
[INFO] [stdout] 566 |     pub fn range_score<R>(&self, bounds: &R) -> Iter
[INFO] [stdout]     |                           ^^^^^                 ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 566 |     pub fn range_score<R>(&self, bounds: &R) -> Iter<'_>
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/skiplist.rs:579:31
[INFO] [stdout]     |
[INFO] [stdout] 579 |     pub fn rev_range_score<R>(&self, bounds: &R) -> Iter
[INFO] [stdout]     |                               ^^^^^                 ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 579 |     pub fn rev_range_score<R>(&self, bounds: &R) -> Iter<'_>
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/db/raw.rs:35:18
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub fn slice(&self, range: Range<usize>) -> RawSliceRef {
[INFO] [stdout]    |                  ^^^^^                          ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub fn slice(&self, range: Range<usize>) -> RawSliceRef<'_> {
[INFO] [stdout]    |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/db/value/hash.rs:85:23
[INFO] [stdout]    |
[INFO] [stdout] 85 |     pub fn get<'a, Q>(&self, key: &'a Q) -> Option<HashValue>
[INFO] [stdout]    |                       ^^^^^                        ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 85 |     pub fn get<'a, Q>(&self, key: &'a Q) -> Option<HashValue<'_>>
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/db/value/hash.rs:260:17
[INFO] [stdout]     |
[INFO] [stdout] 260 |     pub fn iter(&self) -> impl Iterator<Item = (HashKey, HashValue)> + '_ {
[INFO] [stdout]     |                 ^^^^^                           ^^^^^^^  ^^^^^^^^^     ^^ the same lifetime is elided here
[INFO] [stdout]     |                 |                               |        |
[INFO] [stdout]     |                 |                               |        the same lifetime is hidden here
[INFO] [stdout]     |                 |                               the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 260 |     pub fn iter(&self) -> impl Iterator<Item = (HashKey<'_>, HashValue<'_>)> + '_ {
[INFO] [stdout]     |                                                        ++++           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/db/value/hash.rs:268:17
[INFO] [stdout]     |
[INFO] [stdout] 268 |     pub fn keys(&self) -> impl Iterator<Item = HashKey> + '_ {
[INFO] [stdout]     |                 ^^^^^                          ^^^^^^^    ^^ the same lifetime is elided here
[INFO] [stdout]     |                 |                              |
[INFO] [stdout]     |                 |                              the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 268 |     pub fn keys(&self) -> impl Iterator<Item = HashKey<'_>> + '_ {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/db/value/hash.rs:276:19
[INFO] [stdout]     |
[INFO] [stdout] 276 |     pub fn values(&self) -> impl Iterator<Item = HashValue> + '_ {
[INFO] [stdout]     |                   ^^^^^                          ^^^^^^^^^    ^^ the same lifetime is elided here
[INFO] [stdout]     |                   |                              |
[INFO] [stdout]     |                   |                              the same lifetime is hidden here
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 276 |     pub fn values(&self) -> impl Iterator<Item = HashValue<'_>> + '_ {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/db/value/list.rs:53:17
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub fn peek(&self, edge: Edge) -> Option<PackRef> {
[INFO] [stdout]    |                 ^^^^^                        ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub fn peek(&self, edge: Edge) -> Option<PackRef<'_>> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/db/value/set.rs:200:17
[INFO] [stdout]     |
[INFO] [stdout] 200 |     pub fn iter(&self) -> Iter {
[INFO] [stdout]     |                 ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 200 |     pub fn iter(&self) -> Iter<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/db/value/sorted_set.rs:211:18
[INFO] [stdout]     |
[INFO] [stdout] 211 |     pub fn range(&self, range: Range<usize>) -> impl ExactSizeIterator<Item = (f64, SortedSetRef)> {
[INFO] [stdout]     |                  ^^^^^ the lifetime is elided here                                  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 211 |     pub fn range(&self, range: Range<usize>) -> impl ExactSizeIterator<Item = (f64, SortedSetRef<'_>)> {
[INFO] [stdout]     |                                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/db/value/sorted_set.rs:219:9
[INFO] [stdout]     |
[INFO] [stdout] 219 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 220 |         range: Range<usize>,
[INFO] [stdout] 221 |     ) -> impl ExactSizeIterator<Item = (f64, SortedSetRef)> {
[INFO] [stdout]     |                                              ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 221 |     ) -> impl ExactSizeIterator<Item = (f64, SortedSetRef<'_>)> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/linked_list.rs:156:17
[INFO] [stdout]     |
[INFO] [stdout] 156 |     pub fn iter(&self) -> Iter<T> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 156 |     pub fn iter(&self) -> Iter<'_, T> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pack.rs:109:13
[INFO] [stdout]     |
[INFO] [stdout] 109 |     fn read(&self, offset: usize) -> Option<(PackRef, usize)> {
[INFO] [stdout]     |             ^^^^^                            ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |             |
[INFO] [stdout]     |             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 109 |     fn read(&self, offset: usize) -> Option<(PackRef<'_>, usize)> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pack.rs:176:17
[INFO] [stdout]     |
[INFO] [stdout] 176 |     fn read_rev(&self, mut offset: usize) -> Option<(PackRef, usize)> {
[INFO] [stdout]     |                 ^^^^^ the lifetime is elided here    ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 176 |     fn read_rev(&self, mut offset: usize) -> Option<(PackRef<'_>, usize)> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pack.rs:196:17
[INFO] [stdout]     |
[INFO] [stdout] 196 |     pub fn iter(&self) -> Iter {
[INFO] [stdout]     |                 ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 196 |     pub fn iter(&self) -> Iter<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/pack/list.rs:70:17
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub fn peek(&self, edge: Edge) -> Option<PackRef> {
[INFO] [stdout]    |                 ^^^^^                        ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub fn peek(&self, edge: Edge) -> Option<PackRef<'_>> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pack/list.rs:192:17
[INFO] [stdout]     |
[INFO] [stdout] 192 |     pub fn iter(&self) -> PackIter {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 192 |     pub fn iter(&self) -> PackIter<'_> {
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pack/list.rs:197:22
[INFO] [stdout]     |
[INFO] [stdout] 197 |     pub fn iter_from(&self, edge: Edge) -> Reversible<PackIter> {
[INFO] [stdout]     |                      ^^^^^                            ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 197 |     pub fn iter_from(&self, edge: Edge) -> Reversible<PackIter<'_>> {
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/pack/map.rs:38:19
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fn get<K>(&self, key: &K) -> Option<PackRef>
[INFO] [stdout]    |                   ^^^^^                     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fn get<K>(&self, key: &K) -> Option<PackRef<'_>>
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/pack/map.rs:85:17
[INFO] [stdout]    |
[INFO] [stdout] 85 |     pub fn iter(&self) -> Iter {
[INFO] [stdout]    |                 ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 85 |     pub fn iter(&self) -> Iter<'_> {
[INFO] [stdout]    |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/pack/map.rs:90:17
[INFO] [stdout]    |
[INFO] [stdout] 90 |     pub fn keys(&self) -> impl Iterator<Item = PackRef> + '_ {
[INFO] [stdout]    |                 ^^^^^                          ^^^^^^^    ^^ the same lifetime is elided here
[INFO] [stdout]    |                 |                              |
[INFO] [stdout]    |                 |                              the same lifetime is hidden here
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 90 |     pub fn keys(&self) -> impl Iterator<Item = PackRef<'_>> + '_ {
[INFO] [stdout]    |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/pack/map.rs:95:19
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub fn values(&self) -> impl Iterator<Item = PackRef> + '_ {
[INFO] [stdout]    |                   ^^^^^                          ^^^^^^^    ^^ the same lifetime is elided here
[INFO] [stdout]    |                   |                              |
[INFO] [stdout]    |                   |                              the same lifetime is hidden here
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub fn values(&self) -> impl Iterator<Item = PackRef<'_>> + '_ {
[INFO] [stdout]    |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/pack/set.rs:82:17
[INFO] [stdout]    |
[INFO] [stdout] 82 |     pub fn iter(&self) -> PackIter {
[INFO] [stdout]    |                 ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 82 |     pub fn iter(&self) -> PackIter<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/pack/sorted_set.rs:28:17
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub fn iter(&self) -> Iter {
[INFO] [stdout]    |                 ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub fn iter(&self) -> Iter<'_> {
[INFO] [stdout]    |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/pack/sorted_set.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 39 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 40 |         range: Range<usize>,
[INFO] [stdout] 41 |     ) -> impl ExactSizeIterator<Item = (f64, PackRef)> + DoubleEndedIterator {
[INFO] [stdout]    |                                              ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 41 |     ) -> impl ExactSizeIterator<Item = (f64, PackRef<'_>)> + DoubleEndedIterator {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/pack/sorted_set.rs:47:22
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub fn rev_range(&self, range: Range<usize>) -> impl ExactSizeIterator<Item = (f64, PackRef)> {
[INFO] [stdout]    |                      ^^^^^ the lifetime is elided here                                  ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub fn rev_range(&self, range: Range<usize>) -> impl ExactSizeIterator<Item = (f64, PackRef<'_>)> {
[INFO] [stdout]    |                                                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/pack/sorted_set.rs:52:27
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub fn range_score<R>(&self, bounds: &R) -> Iter
[INFO] [stdout]    |                           ^^^^^                 ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub fn range_score<R>(&self, bounds: &R) -> Iter<'_>
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/pack/sorted_set.rs:76:31
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub fn rev_range_score<R>(&self, bounds: &R) -> impl ExactSizeIterator<Item = (f64, PackRef)>
[INFO] [stdout]    |                               ^^^^^ the lifetime is elided here                         ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub fn rev_range_score<R>(&self, bounds: &R) -> impl ExactSizeIterator<Item = (f64, PackRef<'_>)>
[INFO] [stdout]    |                                                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/quicklist.rs:86:17
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub fn peek(&self, edge: Edge) -> Option<PackRef> {
[INFO] [stdout]    |                 ^^^^^                        ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub fn peek(&self, edge: Edge) -> Option<PackRef<'_>> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/quicklist.rs:126:17
[INFO] [stdout]     |
[INFO] [stdout] 126 |     pub fn iter(&self) -> Iter {
[INFO] [stdout]     |                 ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 126 |     pub fn iter(&self) -> Iter<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/quicklist.rs:135:22
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub fn iter_from(&self, edge: Edge) -> Reversible<Iter> {
[INFO] [stdout]     |                      ^^^^^                            ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub fn iter_from(&self, edge: Edge) -> Reversible<Iter<'_>> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/skiplist.rs:542:17
[INFO] [stdout]     |
[INFO] [stdout] 542 |     pub fn iter(&self) -> Iter {
[INFO] [stdout]     |                 ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 542 |     pub fn iter(&self) -> Iter<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/skiplist.rs:547:21
[INFO] [stdout]     |
[INFO] [stdout] 547 |     pub fn iter_rev(&self) -> Iter {
[INFO] [stdout]     |                     ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 547 |     pub fn iter_rev(&self) -> Iter<'_> {
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/skiplist.rs:552:18
[INFO] [stdout]     |
[INFO] [stdout] 552 |     pub fn range(&self, range: Range<usize>) -> Iter {
[INFO] [stdout]     |                  ^^^^^                          ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 552 |     pub fn range(&self, range: Range<usize>) -> Iter<'_> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/skiplist.rs:559:22
[INFO] [stdout]     |
[INFO] [stdout] 559 |     pub fn rev_range(&self, range: Range<usize>) -> Iter {
[INFO] [stdout]     |                      ^^^^^                          ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 559 |     pub fn rev_range(&self, range: Range<usize>) -> Iter<'_> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/skiplist.rs:566:27
[INFO] [stdout]     |
[INFO] [stdout] 566 |     pub fn range_score<R>(&self, bounds: &R) -> Iter
[INFO] [stdout]     |                           ^^^^^                 ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 566 |     pub fn range_score<R>(&self, bounds: &R) -> Iter<'_>
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/skiplist.rs:579:31
[INFO] [stdout]     |
[INFO] [stdout] 579 |     pub fn rev_range_score<R>(&self, bounds: &R) -> Iter
[INFO] [stdout]     |                               ^^^^^                 ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 579 |     pub fn rev_range_score<R>(&self, bounds: &R) -> Iter<'_>
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 7m 09s
[INFO] running `Command { std: "docker" "inspect" "6e10ef4b75beba876c89c52d216fcb6a9f879fcd2d075f54296810bf91ae5460", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6e10ef4b75beba876c89c52d216fcb6a9f879fcd2d075f54296810bf91ae5460", kill_on_drop: false }`
[INFO] [stdout] 6e10ef4b75beba876c89c52d216fcb6a9f879fcd2d075f54296810bf91ae5460
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] c9d9099f50231f29bcd34389c5772920a971623cfa1884522e55c0b61deba497
[INFO] running `Command { std: "docker" "start" "-a" "c9d9099f50231f29bcd34389c5772920a971623cfa1884522e55c0b61deba497", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/db/raw.rs:35:18
[INFO] [stderr]    |
[INFO] [stderr] 35 |     pub fn slice(&self, range: Range<usize>) -> RawSliceRef {
[INFO] [stderr]    |                  ^^^^^                          ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                  |
[INFO] [stderr]    |                  the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 35 |     pub fn slice(&self, range: Range<usize>) -> RawSliceRef<'_> {
[INFO] [stderr]    |                                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/db/value/hash.rs:85:23
[INFO] [stderr]    |
[INFO] [stderr] 85 |     pub fn get<'a, Q>(&self, key: &'a Q) -> Option<HashValue>
[INFO] [stderr]    |                       ^^^^^                        ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                       |
[INFO] [stderr]    |                       the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 85 |     pub fn get<'a, Q>(&self, key: &'a Q) -> Option<HashValue<'_>>
[INFO] [stderr]    |                                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/db/value/hash.rs:260:17
[INFO] [stderr]     |
[INFO] [stderr] 260 |     pub fn iter(&self) -> impl Iterator<Item = (HashKey, HashValue)> + '_ {
[INFO] [stderr]     |                 ^^^^^                           ^^^^^^^  ^^^^^^^^^     ^^ the same lifetime is elided here
[INFO] [stderr]     |                 |                               |        |
[INFO] [stderr]     |                 |                               |        the same lifetime is hidden here
[INFO] [stderr]     |                 |                               the same lifetime is hidden here
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 260 |     pub fn iter(&self) -> impl Iterator<Item = (HashKey<'_>, HashValue<'_>)> + '_ {
[INFO] [stderr]     |                                                        ++++           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/db/value/hash.rs:268:17
[INFO] [stderr]     |
[INFO] [stderr] 268 |     pub fn keys(&self) -> impl Iterator<Item = HashKey> + '_ {
[INFO] [stderr]     |                 ^^^^^                          ^^^^^^^    ^^ the same lifetime is elided here
[INFO] [stderr]     |                 |                              |
[INFO] [stderr]     |                 |                              the same lifetime is hidden here
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 268 |     pub fn keys(&self) -> impl Iterator<Item = HashKey<'_>> + '_ {
[INFO] [stderr]     |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/db/value/hash.rs:276:19
[INFO] [stderr]     |
[INFO] [stderr] 276 |     pub fn values(&self) -> impl Iterator<Item = HashValue> + '_ {
[INFO] [stderr]     |                   ^^^^^                          ^^^^^^^^^    ^^ the same lifetime is elided here
[INFO] [stderr]     |                   |                              |
[INFO] [stderr]     |                   |                              the same lifetime is hidden here
[INFO] [stderr]     |                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 276 |     pub fn values(&self) -> impl Iterator<Item = HashValue<'_>> + '_ {
[INFO] [stderr]     |                                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/db/value/list.rs:53:17
[INFO] [stderr]    |
[INFO] [stderr] 53 |     pub fn peek(&self, edge: Edge) -> Option<PackRef> {
[INFO] [stderr]    |                 ^^^^^                        ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                 |
[INFO] [stderr]    |                 the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 53 |     pub fn peek(&self, edge: Edge) -> Option<PackRef<'_>> {
[INFO] [stderr]    |                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/db/value/set.rs:200:17
[INFO] [stderr]     |
[INFO] [stderr] 200 |     pub fn iter(&self) -> Iter {
[INFO] [stderr]     |                 ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 200 |     pub fn iter(&self) -> Iter<'_> {
[INFO] [stderr]     |                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/db/value/sorted_set.rs:211:18
[INFO] [stderr]     |
[INFO] [stderr] 211 |     pub fn range(&self, range: Range<usize>) -> impl ExactSizeIterator<Item = (f64, SortedSetRef)> {
[INFO] [stderr]     |                  ^^^^^ the lifetime is elided here                                  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 211 |     pub fn range(&self, range: Range<usize>) -> impl ExactSizeIterator<Item = (f64, SortedSetRef<'_>)> {
[INFO] [stderr]     |                                                                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/db/value/sorted_set.rs:219:9
[INFO] [stderr]     |
[INFO] [stderr] 219 |         &self,
[INFO] [stderr]     |         ^^^^^ the lifetime is elided here
[INFO] [stderr] 220 |         range: Range<usize>,
[INFO] [stderr] 221 |     ) -> impl ExactSizeIterator<Item = (f64, SortedSetRef)> {
[INFO] [stderr]     |                                              ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 221 |     ) -> impl ExactSizeIterator<Item = (f64, SortedSetRef<'_>)> {
[INFO] [stderr]     |                                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/linked_list.rs:156:17
[INFO] [stderr]     |
[INFO] [stderr] 156 |     pub fn iter(&self) -> Iter<T> {
[INFO] [stderr]     |                 ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 156 |     pub fn iter(&self) -> Iter<'_, T> {
[INFO] [stderr]     |                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/pack.rs:109:13
[INFO] [stderr]     |
[INFO] [stderr] 109 |     fn read(&self, offset: usize) -> Option<(PackRef, usize)> {
[INFO] [stderr]     |             ^^^^^                            ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |             |
[INFO] [stderr]     |             the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 109 |     fn read(&self, offset: usize) -> Option<(PackRef<'_>, usize)> {
[INFO] [stderr]     |                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/pack.rs:176:17
[INFO] [stderr]     |
[INFO] [stderr] 176 |     fn read_rev(&self, mut offset: usize) -> Option<(PackRef, usize)> {
[INFO] [stderr]     |                 ^^^^^ the lifetime is elided here    ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 176 |     fn read_rev(&self, mut offset: usize) -> Option<(PackRef<'_>, usize)> {
[INFO] [stderr]     |                                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/pack.rs:196:17
[INFO] [stderr]     |
[INFO] [stderr] 196 |     pub fn iter(&self) -> Iter {
[INFO] [stderr]     |                 ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 196 |     pub fn iter(&self) -> Iter<'_> {
[INFO] [stderr]     |                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/pack/list.rs:70:17
[INFO] [stderr]    |
[INFO] [stderr] 70 |     pub fn peek(&self, edge: Edge) -> Option<PackRef> {
[INFO] [stderr]    |                 ^^^^^                        ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                 |
[INFO] [stderr]    |                 the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 70 |     pub fn peek(&self, edge: Edge) -> Option<PackRef<'_>> {
[INFO] [stderr]    |                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/pack/list.rs:192:17
[INFO] [stderr]     |
[INFO] [stderr] 192 |     pub fn iter(&self) -> PackIter {
[INFO] [stderr]     |                 ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 192 |     pub fn iter(&self) -> PackIter<'_> {
[INFO] [stderr]     |                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/pack/list.rs:197:22
[INFO] [stderr]     |
[INFO] [stderr] 197 |     pub fn iter_from(&self, edge: Edge) -> Reversible<PackIter> {
[INFO] [stderr]     |                      ^^^^^                            ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                      |
[INFO] [stderr]     |                      the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 197 |     pub fn iter_from(&self, edge: Edge) -> Reversible<PackIter<'_>> {
[INFO] [stderr]     |                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/pack/map.rs:38:19
[INFO] [stderr]    |
[INFO] [stderr] 38 |     pub fn get<K>(&self, key: &K) -> Option<PackRef>
[INFO] [stderr]    |                   ^^^^^                     ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                   |
[INFO] [stderr]    |                   the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 38 |     pub fn get<K>(&self, key: &K) -> Option<PackRef<'_>>
[INFO] [stderr]    |                                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/pack/map.rs:85:17
[INFO] [stderr]    |
[INFO] [stderr] 85 |     pub fn iter(&self) -> Iter {
[INFO] [stderr]    |                 ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                 |
[INFO] [stderr]    |                 the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 85 |     pub fn iter(&self) -> Iter<'_> {
[INFO] [stderr]    |                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/pack/map.rs:90:17
[INFO] [stderr]    |
[INFO] [stderr] 90 |     pub fn keys(&self) -> impl Iterator<Item = PackRef> + '_ {
[INFO] [stderr]    |                 ^^^^^                          ^^^^^^^    ^^ the same lifetime is elided here
[INFO] [stderr]    |                 |                              |
[INFO] [stderr]    |                 |                              the same lifetime is hidden here
[INFO] [stderr]    |                 the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 90 |     pub fn keys(&self) -> impl Iterator<Item = PackRef<'_>> + '_ {
[INFO] [stderr]    |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/pack/map.rs:95:19
[INFO] [stderr]    |
[INFO] [stderr] 95 |     pub fn values(&self) -> impl Iterator<Item = PackRef> + '_ {
[INFO] [stderr]    |                   ^^^^^                          ^^^^^^^    ^^ the same lifetime is elided here
[INFO] [stderr]    |                   |                              |
[INFO] [stderr]    |                   |                              the same lifetime is hidden here
[INFO] [stderr]    |                   the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 95 |     pub fn values(&self) -> impl Iterator<Item = PackRef<'_>> + '_ {
[INFO] [stderr]    |                                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/pack/set.rs:82:17
[INFO] [stderr]    |
[INFO] [stderr] 82 |     pub fn iter(&self) -> PackIter {
[INFO] [stderr]    |                 ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                 |
[INFO] [stderr]    |                 the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 82 |     pub fn iter(&self) -> PackIter<'_> {
[INFO] [stderr]    |                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/pack/sorted_set.rs:28:17
[INFO] [stderr]    |
[INFO] [stderr] 28 |     pub fn iter(&self) -> Iter {
[INFO] [stderr]    |                 ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                 |
[INFO] [stderr]    |                 the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 28 |     pub fn iter(&self) -> Iter<'_> {
[INFO] [stderr]    |                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/pack/sorted_set.rs:39:9
[INFO] [stderr]    |
[INFO] [stderr] 39 |         &self,
[INFO] [stderr]    |         ^^^^^ the lifetime is elided here
[INFO] [stderr] 40 |         range: Range<usize>,
[INFO] [stderr] 41 |     ) -> impl ExactSizeIterator<Item = (f64, PackRef)> + DoubleEndedIterator {
[INFO] [stderr]    |                                              ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 41 |     ) -> impl ExactSizeIterator<Item = (f64, PackRef<'_>)> + DoubleEndedIterator {
[INFO] [stderr]    |                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/pack/sorted_set.rs:47:22
[INFO] [stderr]    |
[INFO] [stderr] 47 |     pub fn rev_range(&self, range: Range<usize>) -> impl ExactSizeIterator<Item = (f64, PackRef)> {
[INFO] [stderr]    |                      ^^^^^ the lifetime is elided here                                  ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 47 |     pub fn rev_range(&self, range: Range<usize>) -> impl ExactSizeIterator<Item = (f64, PackRef<'_>)> {
[INFO] [stderr]    |                                                                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/pack/sorted_set.rs:52:27
[INFO] [stderr]    |
[INFO] [stderr] 52 |     pub fn range_score<R>(&self, bounds: &R) -> Iter
[INFO] [stderr]    |                           ^^^^^                 ^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                           |
[INFO] [stderr]    |                           the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 52 |     pub fn range_score<R>(&self, bounds: &R) -> Iter<'_>
[INFO] [stderr]    |                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/pack/sorted_set.rs:76:31
[INFO] [stderr]    |
[INFO] [stderr] 76 |     pub fn rev_range_score<R>(&self, bounds: &R) -> impl ExactSizeIterator<Item = (f64, PackRef)>
[INFO] [stderr]    |                               ^^^^^ the lifetime is elided here                         ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 76 |     pub fn rev_range_score<R>(&self, bounds: &R) -> impl ExactSizeIterator<Item = (f64, PackRef<'_>)>
[INFO] [stderr]    |                                                                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/quicklist.rs:86:17
[INFO] [stderr]    |
[INFO] [stderr] 86 |     pub fn peek(&self, edge: Edge) -> Option<PackRef> {
[INFO] [stderr]    |                 ^^^^^                        ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                 |
[INFO] [stderr]    |                 the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 86 |     pub fn peek(&self, edge: Edge) -> Option<PackRef<'_>> {
[INFO] [stderr]    |                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/quicklist.rs:126:17
[INFO] [stderr]     |
[INFO] [stderr] 126 |     pub fn iter(&self) -> Iter {
[INFO] [stderr]     |                 ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 126 |     pub fn iter(&self) -> Iter<'_> {
[INFO] [stderr]     |                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/quicklist.rs:135:22
[INFO] [stderr]     |
[INFO] [stderr] 135 |     pub fn iter_from(&self, edge: Edge) -> Reversible<Iter> {
[INFO] [stderr]     |                      ^^^^^                            ^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                      |
[INFO] [stderr]     |                      the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 135 |     pub fn iter_from(&self, edge: Edge) -> Reversible<Iter<'_>> {
[INFO] [stderr]     |                                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/skiplist.rs:542:17
[INFO] [stderr]     |
[INFO] [stderr] 542 |     pub fn iter(&self) -> Iter {
[INFO] [stderr]     |                 ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 542 |     pub fn iter(&self) -> Iter<'_> {
[INFO] [stderr]     |                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/skiplist.rs:547:21
[INFO] [stderr]     |
[INFO] [stderr] 547 |     pub fn iter_rev(&self) -> Iter {
[INFO] [stderr]     |                     ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                     |
[INFO] [stderr]     |                     the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 547 |     pub fn iter_rev(&self) -> Iter<'_> {
[INFO] [stderr]     |                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/skiplist.rs:552:18
[INFO] [stderr]     |
[INFO] [stderr] 552 |     pub fn range(&self, range: Range<usize>) -> Iter {
[INFO] [stderr]     |                  ^^^^^                          ^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                  |
[INFO] [stderr]     |                  the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 552 |     pub fn range(&self, range: Range<usize>) -> Iter<'_> {
[INFO] [stderr]     |                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/skiplist.rs:559:22
[INFO] [stderr]     |
[INFO] [stderr] 559 |     pub fn rev_range(&self, range: Range<usize>) -> Iter {
[INFO] [stderr]     |                      ^^^^^                          ^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                      |
[INFO] [stderr]     |                      the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 559 |     pub fn rev_range(&self, range: Range<usize>) -> Iter<'_> {
[INFO] [stderr]     |                                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/skiplist.rs:566:27
[INFO] [stderr]     |
[INFO] [stderr] 566 |     pub fn range_score<R>(&self, bounds: &R) -> Iter
[INFO] [stderr]     |                           ^^^^^                 ^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 566 |     pub fn range_score<R>(&self, bounds: &R) -> Iter<'_>
[INFO] [stderr]     |                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/skiplist.rs:579:31
[INFO] [stderr]     |
[INFO] [stderr] 579 |     pub fn rev_range_score<R>(&self, bounds: &R) -> Iter
[INFO] [stderr]     |                               ^^^^^                 ^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                               |
[INFO] [stderr]     |                               the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 579 |     pub fn rev_range_score<R>(&self, bounds: &R) -> Iter<'_>
[INFO] [stderr]     |                                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `bradis` (lib) generated 35 warnings (run `cargo fix --lib -p bradis` to apply 35 suggestions)
[INFO] [stderr] warning: `bradis` (lib test) generated 35 warnings (35 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.89s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/bradis-9c1a33a264b1cfe4)
[INFO] [stdout] 
[INFO] [stdout] running 178 tests
[INFO] [stdout] test bytes::tests::lex_exact_bytes ... ok
[INFO] [stdout] test bytes::tests::parse_i64_exact_failure ... ok
[INFO] [stdout] test buffer::array::tests::write ... ok
[INFO] [stdout] test client::replier::tests::write_bignum ... ok
[INFO] [stdout] test bytes::tests::length ... ok
[INFO] [stdout] test bytes::tests::parse_i64_exact_success ... ok
[INFO] [stdout] test client::replier::tests::write_array ... ok
[INFO] [stdout] test client::replier::tests::write_bulk ... ok
[INFO] [stdout] test client::replier::tests::write_boolean ... ok
[INFO] [stdout] test client::replier::tests::write_deferred_map ... ok
[INFO] [stdout] test client::replier::tests::write_deferred_set ... ok
[INFO] [stdout] test client::replier::tests::write_nil ... ok
[INFO] [stdout] test client::replier::tests::write_push ... ok
[INFO] [stdout] test client::replier::tests::write_double ... ok
[INFO] [stdout] test client::replier::tests::write_integer ... ok
[INFO] [stdout] test client::replier::tests::write_map ... ok
[INFO] [stdout] test client::replier::tests::write_set ... ok
[INFO] [stdout] test client::replier::tests::write_status ... ok
[INFO] [stdout] test client::replier::tests::write_verbatim ... ok
[INFO] [stdout] test db::tests::set ... ok
[INFO] [stdout] test db::tests::set_expired ... ok
[INFO] [stdout] test db::tests::setex ... ok
[INFO] [stdout] test db::tests::keys ... ok
[INFO] [stdout] test db::value::array_string::tests::set_range_capacity_error ... ok
[INFO] [stdout] test client::replier::tests::write_syntax_error ... ok
[INFO] [stdout] test db::value::array_string::tests::set_range_within_len ... ok
[INFO] [stdout] test db::value::array_string::tests::set_range_past_len ... ok
[INFO] [stdout] test db::value::hash::tests::size ... ok
[INFO] [stdout] test bytes::proptests::i64_len_is_correct ... ok
[INFO] [stdout] test bytes::proptests::parse_i64_numbers ... ok
[INFO] [stdout] test db::tests::remove_expired_returns_none ... ok
[INFO] [stdout] test db::value::hash::tests::test_convert ... ok
[INFO] [stdout] test db::value::set::tests::size ... ok
[INFO] [stdout] test db::value::sorted_set::tests::size ... ok
[INFO] [stdout] test db::value::string::tests::float ... ok
[INFO] [stdout] test db::value::string::tests::integer ... ok
[INFO] [stdout] test db::value::string::tests::raw ... ok
[INFO] [stdout] test glob::tests::any ... ok
[INFO] [stdout] test glob::tests::brackets ... ok
[INFO] [stdout] test glob::tests::brackets_dash ... ok
[INFO] [stdout] test glob::tests::brackets_not ... ok
[INFO] [stdout] test glob::tests::brackets_escapes ... ok
[INFO] [stdout] test glob::tests::eq ... ok
[INFO] [stdout] test glob::tests::glob ... ok
[INFO] [stdout] test glob::tests::leading ... ok
[INFO] [stdout] test glob::tests::nocase ... ok
[INFO] [stdout] test glob::tests::trailing ... ok
[INFO] [stdout] test db::value::string::tests::len ... ok
[INFO] [stdout] test db::value::tests::size ... ok
[INFO] [stdout] test int_set::tests::insert ... ok
[INFO] [stdout] test int_set::tests::iter ... ok
[INFO] [stdout] test int_set::tests::longest ... ok
[INFO] [stdout] test int_set::tests::pop ... ok
[INFO] [stdout] test int_set::tests::remove ... ok
[INFO] [stdout] test linked_hash_set::tests::insert_back ... ok
[INFO] [stdout] test linked_hash_set::tests::insert_twice ... ok
[INFO] [stdout] test linked_list::tests::cursor_next_reverse ... ok
[INFO] [stdout] test glob::tests::escapes ... ok
[INFO] [stdout] test linked_list::tests::cursor_next_wrapping ... ok
[INFO] [stdout] test linked_list::tests::cursor_peek ... ok
[INFO] [stdout] test linked_list::tests::cursor_prev_reverse ... ok
[INFO] [stdout] test linked_list::tests::cursor_prev_wrapping ... ok
[INFO] [stdout] test linked_hash_set::tests::borrow ... ok
[INFO] [stdout] test linked_list::tests::pop ... ok
[INFO] [stdout] test linked_list::tests::insert ... ok
[INFO] [stdout] test linked_list::tests::front_mut_and_back_mut ... ok
[INFO] [stdout] test linked_list::tests::push ... ok
[INFO] [stdout] test linked_list::tests::push_back ... ok
[INFO] [stdout] test linked_list::tests::push_front ... ok
[INFO] [stdout] test db::value::string::tests::size ... ok
[INFO] [stdout] test linked_list::tests::remove ... ok
[INFO] [stdout] test pack::list::tests::debug ... ok
[INFO] [stdout] test pack::list::tests::test_insert ... ok
[INFO] [stdout] test pack::list::tests::test_peek ... ok
[INFO] [stdout] test pack::list::tests::test_remove ... ok
[INFO] [stdout] test pack::list::tests::test_set ... ok
[INFO] [stdout] test pack::map::tests::debug ... ok
[INFO] [stdout] test pack::map::tests::test_insert ... ok
[INFO] [stdout] test pack::packable::tests::test_back_len_size ... ok
[INFO] [stdout] test pack::packable::tests::test_pack_eq ... ok
[INFO] [stdout] test pack::packable::tests::test_write_back_len ... ok
[INFO] [stdout] test pack::list::tests::test_push ... ok
[INFO] [stdout] test pack::r#ref::tests::eq ... ok
[INFO] [stdout] test pack::set::tests::test_insert ... ok
[INFO] [stdout] test pack::set::tests::test_pop ... ok
[INFO] [stdout] test bytes::proptests::parse_i64_exact_doesnt_crash ... ok
[INFO] [stdout] test pack::set::tests::test_remove ... ok
[INFO] [stdout] test pack::set::tests::debug ... ok
[INFO] [stdout] test pack::sorted_set::tests::insert ... ok
[INFO] [stdout] test pack::sorted_set::tests::contains ... ok
[INFO] [stdout] test pack::sorted_set::tests::insert_result ... ok
[INFO] [stdout] test pack::sorted_set::tests::count ... ok
[INFO] [stdout] test pack::sorted_set::tests::rank ... ok
[INFO] [stdout] test pack::sorted_set::tests::remove ... ok
[INFO] [stdout] test pack::sorted_set::tests::remove_range_score ... ok
[INFO] [stdout] test pack::sorted_set::tests::score ... ok
[INFO] [stdout] test pack::sorted_set::tests::insert_with_update ... ok
[INFO] [stdout] test pack::tests::cursor_remove ... ok
[INFO] [stdout] test pack::tests::cursor_remove_reverse ... ok
[INFO] [stdout] test pack::tests::cursor_remove_too_many ... ok
[INFO] [stdout] test pack::sorted_set::tests::range ... ok
[INFO] [stdout] test pack::tests::cursor_prev ... ok
[INFO] [stdout] test pack::tests::cursor_skip ... ok
[INFO] [stdout] test pack::tests::cursor_wrapping ... ok
[INFO] [stdout] test pack::tests::debug ... ok
[INFO] [stdout] test pack::tests::double_ended_iterator ... ok
[INFO] [stdout] test pack::tests::mv_left_to_right ... ok
[INFO] [stdout] test pack::tests::mv_right_to_left ... ok
[INFO] [stdout] test pack::tests::prev ... ok
[INFO] [stdout] test pack::tests::read_13_bit_number ... ok
[INFO] [stdout] test pack::tests::cursor_reverse ... ok
[INFO] [stdout] test pack::tests::read_f64 ... ok
[INFO] [stdout] test pack::tests::read_i24 ... ok
[INFO] [stdout] test pack::tests::read_i32 ... ok
[INFO] [stdout] test pack::tests::read_i64 ... ok
[INFO] [stdout] test pack::tests::read_large_string ... ok
[INFO] [stdout] test pack::tests::read_medium_string ... ok
[INFO] [stdout] test pack::tests::read_tiny_number ... ok
[INFO] [stdout] test pack::tests::read_tiny_number_with_7th_bit_set ... ok
[INFO] [stdout] test pack::tests::read_i16 ... ok
[INFO] [stdout] test pack::tests::replace_f64 ... ok
[INFO] [stdout] test pack::tests::replace_i13 ... ok
[INFO] [stdout] test pack::tests::replace_i16 ... ok
[INFO] [stdout] test pack::tests::replace_i24 ... ok
[INFO] [stdout] test pack::tests::replace_i32 ... ok
[INFO] [stdout] test pack::tests::replace_i64 ... ok
[INFO] [stdout] test pack::tests::replace_u7 ... ok
[INFO] [stdout] test pack::tests::replace_u7_reverse ... ok
[INFO] [stdout] test pack::tests::read_tiny_string ... ok
[INFO] [stdout] test pack::tests::replace_with_larger ... ok
[INFO] [stdout] test pack::tests::cursor_remove_too_many_reverse ... ok
[INFO] [stdout] test pack::tests::replace_with_larger_reverse ... ok
[INFO] [stdout] test pack::tests::replace_with_smaller ... ok
[INFO] [stdout] test pack::tests::test_iterator ... ok
[INFO] [stdout] test pack::tests::test_reverse_iterator ... ok
[INFO] [stdout] test pack::tests::test_value_size ... ok
[INFO] [stdout] test pack::tests::write_13_bit_number ... ok
[INFO] [stdout] test pack::tests::write_empty_string ... ok
[INFO] [stdout] test pack::tests::write_f64 ... ok
[INFO] [stdout] test pack::tests::write_i16 ... ok
[INFO] [stdout] test pack::tests::replace_with_smaller_reverse ... ok
[INFO] [stdout] test pack::tests::write_i24 ... ok
[INFO] [stdout] test pack::tests::split ... ok
[INFO] [stdout] test pack::tests::write_i32 ... ok
[INFO] [stdout] test pack::tests::write_i64 ... ok
[INFO] [stdout] test pack::tests::write_large_string ... ok
[INFO] [stdout] test pack::tests::write_medium_string_with_nine_bit_len ... ok
[INFO] [stdout] test pack::tests::write_medium_string_with_two_byte_back_len ... ok
[INFO] [stdout] test pack::tests::write_medium_string_with_one_byte_back_len ... ok
[INFO] [stdout] test pack::tests::write_tiny_number ... ok
[INFO] [stdout] test pack::tests::write_tiny_string ... ok
[INFO] [stdout] test quicklist::tests::test_insert ... ok
[INFO] [stdout] test quicklist::tests::test_insert_after_new_node ... ok
[INFO] [stdout] test quicklist::tests::test_insert_after_next_node ... ok
[INFO] [stdout] test quicklist::tests::test_insert_before_new_node ... ok
[INFO] [stdout] test quicklist::tests::push_with_negative_limit ... ok
[INFO] [stdout] test quicklist::tests::test_insert_before_prev_node ... ok
[INFO] [stdout] test quicklist::tests::test_insert_split ... ok
[INFO] [stdout] test quicklist::tests::test_iter ... ok
[INFO] [stdout] test quicklist::tests::test_new ... ok
[INFO] [stdout] test quicklist::tests::test_partial_eq ... ok
[INFO] [stdout] test quicklist::tests::test_peek ... ok
[INFO] [stdout] test quicklist::tests::test_push ... ok
[INFO] [stdout] test quicklist::tests::test_set ... ok
[INFO] [stdout] test quicklist::tests::test_remove ... ok
[INFO] [stdout] test quicklist::tests::test_trim ... ok
[INFO] [stdout] test skiplist::tests::count ... ok
[INFO] [stdout] test skiplist::tests::insert_and_remove ... ok
[INFO] [stdout] test skiplist::tests::range ... ok
[INFO] [stdout] test int_set::proptests::intset ... ok
[INFO] [stdout] test slice::tests::test_slice ... ok
[INFO] [stdout] test skiplist::tests::remove_range_score ... ok
[INFO] [stdout] test skiplist::tests::rank ... ok
[INFO] [stdout] test pack::proptests::append_one ... ok
[INFO] [stdout] test bytes::proptests::parse_i64_unicode ... ok
[INFO] [stdout] test pack::proptests::append_many ... ok
[INFO] [stdout] test pack::proptests::insert ... ok
[INFO] [stdout] test quicklist::proptests::iter ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 178 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.94s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/nu_test.rs (/opt/rustwide/target/debug/deps/nu_test-3e3852570bdadb87)
[INFO] [stdout] 
[INFO] [stdout] running 17 tests
[INFO] [stdout] test eval ... ok
[INFO] [stdout] test keys ... ok
[INFO] [stdout] test config ... ok
[INFO] [stdout] test db ... ok
[INFO] [stdout] test protocol ... ok
[INFO] [stdout] test server ... ok
[INFO] [stdout] test expire ... ok
[INFO] [stdout] test multi ... ok
[INFO] [stdout] test store ... ok
[INFO] [stdout] test client ... ok
[INFO] [stdout] test bitops ... ok
[INFO] [stdout] test hash ... ok
[INFO] [stdout] test pubsub ... ok
[INFO] [stdout] test set ... ok
[INFO] [stdout] test sorted_set ... ok
[INFO] [stdout] test string ... ok
[INFO] [stdout] test list ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.61s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "c9d9099f50231f29bcd34389c5772920a971623cfa1884522e55c0b61deba497", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c9d9099f50231f29bcd34389c5772920a971623cfa1884522e55c0b61deba497", kill_on_drop: false }`
[INFO] [stdout] c9d9099f50231f29bcd34389c5772920a971623cfa1884522e55c0b61deba497
